home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / win95.rus / precopy2.cab / netcem.inf < prev    next >
INI File  |  1995-10-02  |  3KB  |  113 lines

  1. ; NETCEM2.INF
  2. ;
  3. ; XIRCOM Network Interface Cards.
  4. ;
  5. ; Copyright 1993-1995, Microsoft Corporation
  6.  
  7. [Version]
  8. LayoutFile=layout.inf
  9. Signature="$CHICAGO$"
  10. Provider=%MS%
  11. Class=Net
  12.  
  13. ;
  14. ; Table of Contents
  15. ;
  16. [Manufacturer]
  17. %XIRCOM%=XIRCOM
  18.  
  19. ;
  20. ; The various flavors of Xircom cards
  21. ;
  22. [XIRCOM]
  23. %XIRCOMCEM2%=XIRCOMCEM2.ndi,MF\XIRCOMCEM_DEV1
  24.  
  25. [XIRCOMCEM2.ndi]
  26. AddReg=ADDREG_NICE.ndi.reg,CEM2.ndi.reg,ADDREG_XIRCOMCEM2.ndi.reg
  27.  
  28.  
  29.  
  30. ;****************************************************************************
  31. ; Add these keys to the registry for all CE adapters
  32. ;****************************************************************************
  33.  
  34. [ADDREG_NICE.ndi.reg]
  35.  
  36. ; key,subkey,valuname,type,value
  37. HKR,,DevLoader,,*ndis
  38. HKR,,DeviceVxDs,,CM2NDIS3.vxd
  39. HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
  40. ; NDIS Info
  41. HKR,NDIS,LogDriverName,,CM2NDIS3
  42. HKR,NDIS,MajorNdisVersion,1,03
  43. HKR,NDIS,MinorNdisVersion,1,0A
  44.  
  45. ; Interfaces
  46. HKR,Ndi\Interfaces,DefUpper,,"ndis3"
  47. HKR,Ndi\Interfaces,DefLower,,"ethernet"
  48. HKR,Ndi\Interfaces,UpperRange,,"ndis3"
  49. HKR,Ndi\Interfaces,LowerRange,,"ethernet"
  50.  
  51. HKR,Ndi,CardType,,"PCMCIA"
  52.  
  53. ; Parameters
  54. HKR,,IoBaseAddress,1,02,00,00,00
  55. HKR,,InterruptNumber,1,04,00,00,00
  56.  
  57.  
  58. ;****************************************************************************
  59. ; Add these keys to the registry for Xircom adapters
  60. ;****************************************************************************
  61. ; Install sections
  62.  
  63. [CEM2.ndi.reg]
  64. HKR,Ndi,DeviceID,,"MF\XIRCOMCEM_DEV1"
  65. HKR,Ndi\Install,ndis3,,"cm2ndis3.ndis3"
  66. HKR,Ndi,MatchAndMoveID,,"*pnp82c3"
  67.  
  68. ;****************************************************************************
  69. ; Add these keys to the registry for Xircom CEM adapters
  70. ;****************************************************************************
  71.  
  72. [ADDREG_XIRCOMCEM2.ndi.reg]
  73. HKR,,AdapterType,,3
  74. HKR,,PollingInterval,,5
  75. HKR,,MemoryBaseAddress,1,01,00,00,00
  76.  
  77.  
  78. ;****************************************************************************
  79. ; Stuff for copying files
  80. ;****************************************************************************
  81. ; Install NDIS 3
  82. [cm2ndis3.ndis3]
  83. CopyFiles=cm2ndis3.ndis3.CopyFiles
  84.  
  85. [cm2ndis3.ndis3.CopyFiles]
  86. CM2NDIS3.vxd
  87.  
  88. ;[SourceDisksFiles]
  89.  
  90. ;[SourceDisksNames]
  91. ;NOTE: USE ONLY DISK NUMBERS 55-59
  92. ;55 = "Installation Disk 1", "DISK1      ", 0000-0000
  93.  
  94. [DestinationDirs]
  95. DefaultDestDir              =11 ; Windows system directory
  96. cm2ndis3.ndis3.CopyFiles    =11
  97.  
  98.  
  99. ;****************************************************************************
  100. ; Translatable strings
  101. ;****************************************************************************
  102.  
  103. [Strings]
  104. MS="Microsoft"
  105. ;
  106. ; Manufacturer names
  107. ;
  108. XIRCOM="Xircom"
  109. ;
  110. ; Adapter names
  111. ;
  112. XIRCOMCEM2="Xircom Ethernet+╠εΣσ∞ (CEM2)"
  113.